Timestamp
interface Timestamp
A point in time independent of any time zone or calendar, represented as milliseconds in UTC UNIX Epoch time.
Properties
Functions
Link copied to clipboard
Creates a
Timestamp
from the given Instant.Link copied to clipboard
Creates a
Timestamp
from the number of microseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Link copied to clipboard
Creates a
Timestamp
from the number of milliseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Link copied to clipboard
Creates a
Timestamp
from the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.